Tools

Tools are used to connect the AI Agent’s conversational intelligence to the outside world. They let the agent perform actions, access external data or execute logic beyond what the language model can do on its own.

When an AI Agent decides it needs to use a tool, it formulates a structured request (based on the tool’s defined parameters), executes it, and then continues the conversation with the result. This enables dynamic, goal-driven interactions where the agent doesn’t just talk, but can act.

LiveHub AI Agents platform supports two types of tools:

Tool structure

Each tool consists of the following elements:

You only need to specify schema for tool’s 'input' parameters. LLM automatically parses the tool’s response (result), and automatically identifies its schema.